home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2004 May / SGI IRIX 6.5 Applications 2004 May.iso / dev / java2_dev.idb / usr / java2 / lib / orb.idl.z / orb.idl
Text File  |  2004-02-24  |  428b  |  22 lines

  1. // IDL not generated by rmic, do not edit
  2. // These are all in IDL module CORBA
  3. // The Java classes are in the package org.omg.CORBA
  4. // See ValueType Semantics:Standard Value Box Definitions (5.3) in CORBA 2.3 spec
  5.  
  6. #ifndef __org_omg_CORBA__
  7. #define __org_omg_CORBA__
  8.  
  9. #pragma prefix "omg.org"
  10.  
  11. module CORBA{
  12.  
  13.     valuetype StringValue string;
  14.     valuetype WStringValue wstring;
  15.  
  16. };
  17.  
  18. #include "ir.idl"
  19.  
  20. #pragma prefix ""
  21.  
  22. #endif